home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000213_fdc@watsun.cc.columbia.edu_Sun Jun 17 14:24:47 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  37 lines

  1. Article: 12533 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: must write a soft including Kermit binary file send
  6. Date: 17 Jun 2001 18:24:58 GMT
  7. Organization: Columbia University
  8. Lines: 20
  9. Message-ID: <9gislq$j3l$1@newsmaster.cc.columbia.edu>
  10. References: <9ghrnm$m59$1@front1m.grolier.fr>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 992802298 19573 128.59.39.2 (17 Jun 2001 18:24:58 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 17 Jun 2001 18:24:58 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12533
  16.  
  17. In article <9ghrnm$m59$1@front1m.grolier.fr>,
  18. Jean-Luc <jgriess@caramail.com> wrote:
  19. : Must implement a software sending binary file
  20. : to a Kermit receiver waiting with "kermit ri"
  21. "kermit ri" indicates a truly ancient version of UNIX Kermit,
  22. from the 4.2BSD days about 1984.  You might consider looking
  23. at the Kermit website to see the modern offerings:
  24.  
  25.   http://www.columbia.edu/kermit/ckermit.html
  26.  
  27. : Search for hints how the encoding is made.
  28. Why?  It would be a lot easier to use an existing Kermit
  29. software application.  They are available for almost every
  30. platform:
  31.  
  32.   http://www.columbia.edu/kermit/
  33.  
  34. - Frank
  35.